DoubleM.INumeric<DoubleM>.IsLessThanOrEqualTo Method

Determines whether the current value is less than or equal to the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<DoubleM>.IsLessThanOrEqualTo(
	DoubleM value
)

Parameters

value  DoubleM
The value to compare with the current value.

Return Value

Boolean
true if the current value is less than or equal to value; otherwise, false.

Implements

INumeric<TSelf>.IsLessThanOrEqualTo(TSelf)

See Also